type net/http.http2randomWriteScheduler

7 uses

	net/http (current package)
		h2_bundle.go#L11321: 	return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
		h2_bundle.go#L11324: type http2randomWriteScheduler struct {
		h2_bundle.go#L11337: func (ws *http2randomWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
		h2_bundle.go#L11341: func (ws *http2randomWriteScheduler) CloseStream(streamID uint32) {
		h2_bundle.go#L11350: func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
		h2_bundle.go#L11354: func (ws *http2randomWriteScheduler) Push(wr http2FrameWriteRequest) {
		h2_bundle.go#L11368: func (ws *http2randomWriteScheduler) Pop() (http2FrameWriteRequest, bool) {